From 22ea4e3d25a6f3b2e6c30b7ea939d52cae924d7d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 29 Jan 2001 15:50:20 +0000 Subject: [PATCH] (imenu-syntax-alist): Add autoload cookie for the `make-variable-buffer-local'. --- lisp/imenu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/imenu.el b/lisp/imenu.el index 486fb0d2394..3f3a174abf6 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -689,6 +689,7 @@ a string, all the characters in the string get the specified syntax. This is typically used to give word syntax to characters which normally have symbol syntax to simplify `imenu-expression' and speed-up matching.") +;;;###autoload (make-variable-buffer-local 'imenu-syntax-alist) (defun imenu-default-create-index-function () -- 2.30.2